From bc388116457f21cb5160c39919ac376f94203698 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 27 Feb 2013 14:17:10 -0600 Subject: [PATCH] Remove a couple of FIXMEs --- gtk/gtkplacessidebar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 0318136af5..2fec612c7f 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -3822,7 +3822,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class) G_TYPE_NONE, 4, GDK_TYPE_DRAG_CONTEXT, G_TYPE_OBJECT, - G_TYPE_POINTER, /* FIXME: (GList *) is there something friendlier to language bindings? */ + G_TYPE_POINTER, /* GList of GFile */ G_TYPE_POINTER /* FIXME: (inout int) is there something friendlier to language bindings? */); /** @@ -3872,7 +3872,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class) _gtk_marshal_VOID__OBJECT_POINTER_INT, G_TYPE_NONE, 3, G_TYPE_OBJECT, - G_TYPE_POINTER, /* FIXME: (GList *) is there something friendlier to language bindings? */ + G_TYPE_POINTER, /* GList of GFile */ G_TYPE_INT); properties[PROP_LOCATION] = -- 2.30.2